home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
c-runtime
/
tests
/
SubClass5.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-18
|
240 b
|
22 lines
/* -*-objc-*- */
/*
$Header$
$Author: dglattin $
$Date$
$Log$
*/
#include <stdio.h>
#include <SubClass5.h>
@implementation SubClass5
+ ( int )return12 { return 12; }
- ( int )return15 { return [ super return15 ]; }
@end